home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr31 / atilb67.zip / ATILB67.EXE / UTILITY.LZH / VVESA.TXT < prev   
Text File  |  1993-01-22  |  4KB  |  90 lines

  1. VVESA.TXT                                              January 22, 1993
  2. for VESA Super VGA BIOS Extension VVESA.COM
  3.  
  4. =======================================================================
  5.  
  6. VVESA.COM  is a Terminate and Stay Resident (TSR) program. It  is
  7. the implementation of the VESA Super VGA BIOS Extension  Standard
  8. #VS911022.
  9.  
  10. VVESA  is not a driver. It is a program which enables your  video
  11. board  to  be used with VESA compatible  software.  Consult  your
  12. software manual or your software manufacturer's Technical Support
  13. to see if a VESA driver is available for your software.
  14.  
  15. Install your software for VESA Super VGA.  Then run VVESA  before
  16. running  your VESA compatible software.  If you prefer,  a  batch
  17. file  can be written to invoke VVESA and then your software.  The
  18. resident portion of VVESA only consumes a small amount of memory.
  19. To run Window 3.1 with VESA 800x600 16-color driver in the  7-bit
  20. video  mode  6A,  VVESA is not required.  To  remove  VVESA  from
  21. memory, type: VVESA OFF.
  22.  
  23. Here is a list of VVESA advanced command line keywords:
  24.  
  25.      OFF: Remove the driver from the system memory.
  26.  
  27.      PAN: Enable Linear Address
  28.           It  allows  user  to pan or scroll  within  the  entire
  29.           display  memory. Standard VGA will wrap around  at  the
  30.           end of 64K in planar mode.  Linear address is  disabled
  31.           at default.
  32.  
  33.      55rw Force single page read & write mode
  34.           The Write Page number is set to Read Page number when a
  35.           display  mode is initialized.  (Note that only  display
  36.           controller  28800-5 or higher is default to  dual  page
  37.           mode,   i.e. the writeable and readable windows can  be
  38.           programmed independently)
  39.  
  40.      For  example,  to enable driver to view  display  memory  at
  41.      upper 512KB, type:
  42.  
  43.                     VVESA PAN      <enter>
  44.  
  45.      Then run your VVESA application.
  46.  
  47.  
  48. The following VESA modes are supported:
  49.  
  50.      MODE      RESOLUTION        MEMORY    MEMORY
  51.      NUMBER    /COLORS           REQUIRED  MODEL
  52.  
  53.      100h      640x400 /256      512KB     packed pixel
  54.      101h      640x480 /256      512KB     packed pixel
  55.      102h      800x600 /16       256KB     4-plane planar
  56.      103h      800x600 /256      512KB     packed pixel
  57.      104h      1024X768 /16      512KB     4-plane planar
  58.      105h      1024X768 /256     1MB       packed pixel
  59.      108h      80x60/16                    Text mode
  60.      109h      132x25/16                   Text mode
  61.      10Ah      132x43/16                   Text mode
  62.      110h      640x480/32768     1MB       packed pixel
  63.      113h      800x600/32768     1MB       packed pixel
  64.  
  65. Note that some display adapters may not be capable of  displaying
  66. all  the  modes listed above.  Check the user's  manual  of  your
  67. display adapter for the available modes.
  68.  
  69.  
  70. =======================================================================
  71.  
  72. VESATEST Utility
  73.  
  74. There is a utility program to check which modes are supported on
  75. your display adapter,  run VESATEST after loading VVESA.  This
  76. utility will provide a listing of all VESA modes available on
  77. your card.
  78.  
  79.  
  80. =======================================================================
  81.  
  82. Programmers  requiring more information about VESA standards  may
  83. obtain copies of the specifications by writing or calling:
  84.  
  85.               VESA
  86.               1330 South Bascom Ave., Suite D
  87.               San Jose, CA 95128
  88.               (408) 971-7525
  89.  
  90.